type github.com/andybalholm/brotli/flate.byLiteral
7 uses
github.com/andybalholm/brotli/flate (current package)
huffman_code.go#L22: lns byLiteral // stored to avoid repeated allocation in generate
huffman_code.go#L311: type byLiteral []literalNode
huffman_code.go#L313: func (s *byLiteral) sort(a []literalNode) {
huffman_code.go#L314: *s = byLiteral(a)
huffman_code.go#L318: func (s byLiteral) Len() int { return len(s) }
huffman_code.go#L320: func (s byLiteral) Less(i, j int) bool {
huffman_code.go#L324: func (s byLiteral) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |